pypge | Python implementation of the PGE algorithm

 by   verdverm Jupyter Notebook Version: 0.9 License: MIT

kandi X-RAY | pypge Summary

kandi X-RAY | pypge Summary

pypge is a Jupyter Notebook library. pypge has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Python implementation of the PGE algorithm (voted Best Paper Gecco 2013). If you publish using this library, please cite the above paper. PGE stands for Prioritized Grammar Enumeration and is the method for solving the Symbolic Regression problem.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              pypge has a low active ecosystem.
              It has 46 star(s) with 5 fork(s). There are 11 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 6 open issues and 3 have been closed. On average issues are closed in 224 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of pypge is 0.9

            kandi-Quality Quality

              pypge has no bugs reported.

            kandi-Security Security

              pypge has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              pypge is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              pypge releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pypge
            Get all kandi verified functions for this library.

            pypge Key Features

            No Key Features are available at this moment for pypge.

            pypge Examples and Code Snippets

            Create a New Experiment
            Jupyter Notebookdot img1Lines of Code : 58dot img1License : Permissive (MIT)
            copy iconCopy
            name: "explicit_final"
            
            workers: 4
            queue_size: 4096
            remote_eval: true
            remote_cores: 4
            remote_host: "ws://172.17.0.1:8080/echo"
            
            max_iter: 12
            
            pop_count: 3
            peek_count: 12
            peek_npts: 0
            
            min_size: 1
            max_size: 64
            min_depth: 1
            max_depth: 6
            
            max_power: 6
            z  
            Running PyPGE
            Jupyter Notebookdot img2Lines of Code : 9dot img2License : Permissive (MIT)
            copy iconCopy
            docker run --rm -it --name pypge \
            	-v `pwd`:/pycode \
            	-p 8888:8888 \
            	verdverm/pypge-experiments \
            	/bin/bash
            
            experiments/megarun.sh
            experiments/run.sh
            experiments/scripts/helpers.sh
            experiments/main.py
              

            Community Discussions

            No Community Discussions are available at this moment for pypge.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install pypge

            You can download it from GitHub.

            Support

            Branching practices follow the methodology outlined at: http://nvie.com/posts/a-successful-git-branching-model/.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install pypge

          • CLONE
          • HTTPS

            https://github.com/verdverm/pypge.git

          • CLI

            gh repo clone verdverm/pypge

          • sshUrl

            git@github.com:verdverm/pypge.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link